Welcome![Sign In][Sign Up]
Location:
Search - file system

Search list

[Other resource89C51SND1C的mp3源程序包

Description: 该源码是基于atmel公司的89C51SND1C的mp3解决方案,支持三星和东芝的NAND flash 上的fat12,fat16和fat32文件系统。-the source is based on the ATMEL 89C51SND1C mp3 solution that supports Samsung and Toshiba's NAND flash on the FAT12, fat16 and fat32 file system.
Platform: | Size: 1513563 | Author: cguo | Hits:

[Other resourceARMSYS

Description: 杭州利宇泰公司的基于44B0的ARMSys开发板上的大量源代码,包括ADC、ARP、彩色LCD、外部中断、以太网底层函数、FAT16文件系统、Flash ROM、GUI软件包、Helloworld程序、IIC接口、扫描键盘、Ping程序、44B0内置RTC示例、SDRAM接口、定时器示例、触摸屏示例、UART示例和uC/OS-II的移植、应用(包括多任务、任务间通信、中断服务程序)、UDP数据传输、USB固件编写等程序代码和工程。一次性共享给大家使用。可以作为其他samsung44B0开发板上应用程序的下载。-Lee Yu-tai Hangzhou-based company 44B0 ARMSys development board of a large number of source code, including the ADC, ARP, color LCD, external interrupts, Ethernet bottom function, FAT16 file system, Flash ROM, GUI packages, Helloworld procedures, IIC interfaces, scanning keyboard, Ping procedures 44B0 built-in RTC example, SDRAM interface, timers example, the touch screen example, UART examples and uC / OS-II transplants, applications (including multitasking, inter-task communication, interrupt service routine), the UDP data transmission, USB firmware preparation procedures code and engineering. One-time use for everyone to share. As other samsung44B0 development board application downloads.
Platform: | Size: 2123829 | Author: 吕旭 | Hits:

[CSharpLinuxcommands4diskmanage

Description: LINUX磁盘文件系统命令全集-LINUX disk file system ordered confined.
Platform: | Size: 15655 | Author: 李生 | Hits:

[Windows Develop模拟一个文件管理系统

Description: 设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow: create file delete file open file close file set security measure
Platform: | Size: 13209 | Author: 林子建 | Hits:

[Windows Develop模拟文件管理系统

Description: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
Platform: | Size: 55811 | Author: 雨金 | Hits:

[Embeded Linuxsmp86xx_rootfs.tar.bz2

Description:

 sigma smp8634/8635 toolchain rootfs building source.

=================

Readme.txt

=================

 

This is the Sigma Designs customization of the root file system for the

SMP86xx family of chips.

 

This package is of course heavily depending on the toolchain and kernel

packages.

 

Quick HOW-TO

============

a) You need to have a working toolchain package. Once you have built your 

   toolchain, be sure to source toolchain-path.env. This is required for you to

   be able to build the rootfs package.

b) Untar the rootfs package.

c) First, configure your root file system: 'make menuconfig'. All the options 

   in the configuration menus have detailed help. Once you are satisfied with

   your choice of options, exit and save the configuration.

d) If you are using the toolchain composed of gcc 3.4.2, binutils 2.15.91.0.2,

   and uClibc 0.9.27 (defined in the toolchain package) then you must select

   Busybox 1.00 from the 'Package Selection for the target --->' menu.

   If on the other hand you are using the toolchain composed of gcc 4.0.4,

   binutils 2.17, and uClibc 0.9.28.3 then you must select Busybox 1.5 from

   the 'Package Selection for the target --->' menu.

e) If you chose to customize your root file system (option 'customize' in

   submenu 'Package Selection for the target'), be sure to prepare your custom

   files now.

f) Run 'make' to produce your root file system.

 

IMPORTANT NOTE: as of this release, the only supported option in the 'Target 

Options' menu is 'cramfs root filesystem for the target device' (with all its

suboptions). Any other option is currently unsupported and some are known to

not work.

 

Once you are through with step e), your root file system is available in the

main directory of the package as 'root_fs_mipsel.cramfs'.

 

Note about the integration with the toolchain and the kernel source packages

============================================================================

The rootfs package is now integrated with the toolchain package and the 

kernel source package and is able to interact with them in the following

ways:

 

 a) it can grab the necessary runtime libraries from the toolchain package.

 b) it can receive the kernel modules and support files from the kernel source

    package.

 c) the kernel source package can use the produced rootfs image for its initial

    RAM disk.

 

For interaction a) to take place, the SMP86XX_TOOLCHAIN_PATH environment 

variable must be defined and it must point to the main directory of the 

produced toolchain. The easiest way to achieve that is by sourcing the

'toolchain-path.env' environment file after it is produced at the end of the

toolchain production.

 

Note that defining SMP86XX_TOOLCHAIN_PATH is not optional. The build will not

go through unless the environment variable is defined and points to a correct

location. This is because, even if the build went through, the resulting root

file system would be unusable as it would not provide *any* run time library.

 

For interactions b) and c) to take place, the SMP86XX_ROOTFS_PATH environment

variable must be defined and must point to the main directory of the rootfs

package. The easiest way to achieve that is by sourcing the 'rootfs-path.env'

environment file after it is produced, right after your run 'make' or 

'make menuconfig' for the first time.

 

When SMP86XX_ROOTFS_PATH is defined and points to a valid location, the kernel

source package is able to:

 

 b) install its modules to the correct location under the customization 

    directory ('package/customize/source') in the rootfs package. In order to

    then make sure the modules end up in the produced rootfs image, you must

    select the 'customize' option under the 'Package Selection for the target'

    menu in 'make menuconfig'.

 c) grab the produced rootfs image (root_fs_mipsel.cramfs) and use it for its

    initial RAM disk.

 

Thus, in order to produce a rootfs holding the kernel modules and use it as the

kernel initial RAM disk, you need to go through the following steps in order

(note: this is convoluted):

 1) optionally build the toolchain (or use an existing one, more recent than

    2.6.90.0)

 2) source toolchain-path.env in the toolchain package directory

 3) configure the rootfs package with the 'customize' option on in the

    'Package Selection for the target' menu

 4) source 'rootfs-path.env' in the rootfs package directory

 5) configure the kernel, review what is configured as modules, 'make dep'

 6) 'make modules' in the kernel source directory

 7) the 'modules_install' target for the kernel needs that the system map be

    already produced. In order to achieve that, build a first version of the

    kernel: 'make vmlinux'

 8) 'make modules_install' in the kernel source directory. The modules are now

    installed in the rootfs package customization directory.

 9) 'make' in the rootfs package directory. You have now produced a rootfs 

    image holding the kernel modules.

10) 'make' in the kernel source directory. You have now produced a linux ZBF

    image with an initrd holding the kernel modules.

    

Coming features

===============

N/A

 

Troubleshooting

===============

a) when building the cramfs utility tool, the compiler complains that it can't

   find 'zlib.h' or '-lz'.

 

   You need to have the development version of zlib installed on your system.

   How to do that depends on your distribution.

 

 


Platform: | Size: 234248 | Author: mattli001 | Hits:

[Game EnginePSP游戏引擎

Description:

PSP游戏引擎Phoenix Game Engine (PGE) LUA 0.01发布,一个火凤凰的游戏引擎,它的特色在于:
    * pge.controls - Handling button and analog input.
    * pge.dir - Directory access and file system operations that deal with directories.
    * pge.file - File access and file system operations that deal with files.
    * pge.font - TrueType font loading and drawing.
    * pge.gfx - Graphic primitives drawing.
    * pge.math - VFPU math module.
    * pge.mp3 - MP3 playback for background music.
    * pge.net - Net and socket functions.
    * pge.texture - Image loading and drawing.
    * pge.timer - Timer module.
    * pge.usb - USB functions.
    * pge.utils - Utility functions for using the dialogs and retrieving system information.
    * pge.wav - WAV loading and playback for sound effects.
    * pge.zip - ZIP file access and extraction.


Platform: | Size: 4108649 | Author: blauer | Hits:

[ARM-PowerPC-ColdFire-MIPSfireware MicroMonitor的源代码

Description: An Embedded System Boot Platform The term boot monitor refers to the code that is run on a computer system as the lowest level of firmware resident to the hardware platform. You can find various types of boot monitors on a wide range of computer systems, certainly not limited to embedded systems. In general, a typical boot monitor provides the system with some very basic startup capabilities, and provides a bit of insurance to the user because if all else fails (meaning the upper layers of the installed OS), the boot monitor will still be there to fall back on. Typically, a boot monitor is built to provide a basic set of capabilities for diagnostic and system startup, and once the system has started up, the boot monitor is no longer in the picture. This is where I would like to introduce the term embedded system boot platform as a superset of a typical boot monitor. An embedded system boot platform, like a boot monitor, is a target-resident environment that provides a suite of capabilities that enhances the development process. In its simplest form, the platform speeds up some of the early stages of embedded systems development. In more elaborate configurations, the platform can provide a simple flash file system, Trivial File Transfer Protocol (TFTP)/Xmodem interfaces for application transfer, and a variety of additional commands and capabilities that provide enhancements to the development environment. As a part of a development strategy for an organization, an embedded system boot platform provides a common base on which to build a project. It is an integral part of the application itself, providing the system with a core set of features that are generic in nature and should be usable by application code regardless of the operating system. With that definition in mind, MicroMonitor is an embedded system boot platform.
Platform: | Size: 4646596 | Author: wgf08062000 | Hits:

[OtherBeginning iPhone Development

Description: Product Description: Are you a programmer looking for a new challenge? Does the thought of building your very own iPhone app make your heart race and your pulse quicken? If so, then Beginning iPhone Development is just the book for you. Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, Beginning iPhone Development offers a complete soup-to-nuts course in iPhone and iPod Touch programming. The book starts with the basics, walking you through the process of downloading and installing Apple's free iPhone SDK, then stepping you though the creation of your first simple iPhone application. You'll move on from there, mastering all the iPhone interface elements that you've come to know and love, such as buttons, switches, pickers, toolbars, sliders, etc. You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. You'll master the art of table-building and learn how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using SQLite, iPhone's built-in database management system. You'll learn how to draw using Quartz 2D and OpenGL ES. You'll add MultiTouch Gestural Support (pinches and swipes) to your applications, and work with the Camera, Photo Library, and Accelerometer. You'll master application preferences, learn how to localize your apps into other languages, and so much more. Apple's iPhone SDK, this book, and your imagination are all you'll need to start building your very own best-selling iPhone applications.
Platform: | Size: 17958303 | Author: kkcorruption | Hits:

[RichEditxProcs

Description: This is free function library can be use with Delphi 1.0 and Delphi 2.0. If offer over 150 functions in the areas or string, datetime, file, system, registry, bits, integer, floatingpoint, ... The following files are contained in the zip: xProcs.pas,.txt,.hlp,.kwf For more info look into the .hlp. If you've problems write eMail to : 100023.275@compuserve.com
Platform: | Size: 83747 | Author: glynboy@21cn.com | Hits:

[SourceCodelinux二级文件系统

Description: 模拟linux二级文件系统,设计并实现一个多用户多级目录结构的文件系统,开发平台是Linux,Designed and implemented a multi-user multi-level directory structure of the file system, development platform is Linux
Platform: | Size: 8144 | Author: liaoweijiastudy@163.com | Hits:

[File OperateuC_FileSystem_1.26正式版

Description: UC OS的文件系统
Platform: | Size: 712757 | Author: xianghou@163.com | Hits:

[Othertruezip-6.6

Description: TrueZIP is a framework for virtual file systems and a library for accessing archive files as if they were just plain old directories. As a framework, TrueZIP provides the interfaces and classes to write file system drivers which plug-in to its federated file system space. As a library, TrueZIP provides convenient multi-threaded read/write access to archive files as if they were just plain old directories in a file system path
Platform: | Size: 832230 | Author: john03@126.com | Hits:

[OtherEFS2

Description: EFS2 file system structure
Platform: | Size: 29403 | Author: Simonz | Hits:

[VHDL-FPGA-Verilogi2c总线的vhdl实现和vxworks的文件系统

Description: i2c总线的vhdl实现和vxworks的文件系统-i2c bus VHDL realization and VxWorks file system
Platform: | Size: 16384 | Author: | Hits:

[OS programfat16

Description: fat16文件系统存取-FAT16 file system access
Platform: | Size: 44032 | Author: 站长 | Hits:

[Linux-Unixnnfs-2.1.2

Description: Non-Networked File System在几个非网络的(或慢网络的)Unix 计算机上提供了一个兼容的文件系统。-Non-Networked File System (or slow network) on the Unix computer has provided a compatible filing system in several non- networks.
Platform: | Size: 246784 | Author: 王勇 | Hits:

[Embeded-SCM Develop操作系统课程设计 文件管理系统

Description: 文件系统管理 在内存中为文件开辟存储空间 可以创建文件和文件夹 (至少有两级目录 :模拟DOS文件系统的操作 可以存储文件的内容 可以查看删除和修改文件(15 2,系统设计功能:根据题目要求设计程序功能 考核内容:( 1,功能设计方面:功能设计是否全面,有无遗漏 2,完成功能设计算法方面:算法是否有效,算法的难易程度 3,运算演示方面:设计程序能否运行,运行时是否每一种情况都考虑 4,程序设计报告内容:程序功能,程序模块结构,流程图,源程序清单 5,教师质疑-File system management in memory for file storage space can be created to open up files and folders (at least two directory: Analog DOS file system operation can store the contents of the documents can view delete and modify the file (15 2, system design features: According to subject to design functional assessment procedures: (1, functional design: functional design is comprehensive, whether the omission of 2, the completion of the functional aspects of the design of algorithms: algorithms are effective, ease of algorithm 3, computing demonstration areas: the design process can Run, run-time whether to consider each case 4, programming the contents of the report: program features, the program module structure, flow chart, source list of 5, teachers questioned
Platform: | Size: 619520 | Author: 谈明文 | Hits:

[Embeded-SCM Developucfs源码

Description: uc/os操作系统的文件系统源码-uc/os operating system source code file system
Platform: | Size: 251904 | Author: 陈文华 | Hits:

[Embeded Linuxjffs2

Description: uclinux的jffs2文件系统-Basis of Uclinux jffs2 file system
Platform: | Size: 145408 | Author: | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net